home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group96a.txt / 000041_icon-group-sender _Thu Feb 8 19:17:25 1996.msg < prev    next >
Internet Message Format  |  1996-09-05  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Thu, 8 Feb 1996 14:41:19 MST
  2. To: icon-group@cs.arizona.edu
  3. Date: 8 Feb 1996 19:17:25 GMT
  4. From: millejoh@holly.ColoState.EDU (John Miller)
  5. Message-Id: <4fdi85$4b7o@yuma.ACNS.ColoState.EDU>
  6. Organization: Colorado State University, Fort Collins, CO  80523
  7. Sender: icon-group-request@cs.arizona.edu
  8. Subject: Compiling ELF binaries for Linux1.2.13
  9. Errors-To: icon-group-errors@cs.arizona.edu
  10. Status: O
  11.  
  12. Greetings all.  I'm curious if anybody has had some experience in
  13. compiling ELF binaries of Icon for linux.  Using a.out binaries is of course
  14. a viable solution, but I would at least like to try getting ELF working
  15. first.  My problem is as follows:
  16.     The gcc compiler is failing when trying to link in the object
  17.     files for icon runtime executable (iconx).  It complains of some
  18.     unidentified symbols in rswitch.o -- namely new_context and syserr.
  19.     I realize these are for implementing coexpressions, a feature that
  20.     I can disable, but again I would like to try to get it to work.
  21.     Any suggestions people?
  22. My setup:
  23.     i486_linux 8MB RAM (486DX33)
  24.     I'm using the RedHat v2.0 elf distribution with X11R6.
  25.  
  26. Many thanks in advance,
  27. John
  28.